3.1604 \(\int \frac{(d+e x)^6}{(a^2+2 a b x+b^2 x^2)^{5/2}} \, dx\)

Optimal. Leaf size=302 \[ \frac{e^5 x (a+b x) (6 b d-5 a e)}{b^6 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{20 e^3 (b d-a e)^3}{b^7 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{15 e^2 (b d-a e)^4}{2 b^7 (a+b x) \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{15 e^4 (a+b x) (b d-a e)^2 \log (a+b x)}{b^7 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{2 e (b d-a e)^5}{b^7 (a+b x)^2 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{(b d-a e)^6}{4 b^7 (a+b x)^3 \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{e^6 x^2 (a+b x)}{2 b^5 \sqrt{a^2+2 a b x+b^2 x^2}} \]

[Out]

(-20*e^3*(b*d - a*e)^3)/(b^7*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) - (b*d - a*e)^6/(4*b^7*(a + b*x)^3*Sqrt[a^2 + 2*a*
b*x + b^2*x^2]) - (2*e*(b*d - a*e)^5)/(b^7*(a + b*x)^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) - (15*e^2*(b*d - a*e)^4)
/(2*b^7*(a + b*x)*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) + (e^5*(6*b*d - 5*a*e)*x*(a + b*x))/(b^6*Sqrt[a^2 + 2*a*b*x +
 b^2*x^2]) + (e^6*x^2*(a + b*x))/(2*b^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) + (15*e^4*(b*d - a*e)^2*(a + b*x)*Log[a
 + b*x])/(b^7*Sqrt[a^2 + 2*a*b*x + b^2*x^2])

________________________________________________________________________________________

Rubi [A]  time = 0.238804, antiderivative size = 302, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 28, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.071, Rules used = {646, 43} \[ \frac{e^5 x (a+b x) (6 b d-5 a e)}{b^6 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{20 e^3 (b d-a e)^3}{b^7 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{15 e^2 (b d-a e)^4}{2 b^7 (a+b x) \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{15 e^4 (a+b x) (b d-a e)^2 \log (a+b x)}{b^7 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{2 e (b d-a e)^5}{b^7 (a+b x)^2 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{(b d-a e)^6}{4 b^7 (a+b x)^3 \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{e^6 x^2 (a+b x)}{2 b^5 \sqrt{a^2+2 a b x+b^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Int[(d + e*x)^6/(a^2 + 2*a*b*x + b^2*x^2)^(5/2),x]

[Out]

(-20*e^3*(b*d - a*e)^3)/(b^7*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) - (b*d - a*e)^6/(4*b^7*(a + b*x)^3*Sqrt[a^2 + 2*a*
b*x + b^2*x^2]) - (2*e*(b*d - a*e)^5)/(b^7*(a + b*x)^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) - (15*e^2*(b*d - a*e)^4)
/(2*b^7*(a + b*x)*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) + (e^5*(6*b*d - 5*a*e)*x*(a + b*x))/(b^6*Sqrt[a^2 + 2*a*b*x +
 b^2*x^2]) + (e^6*x^2*(a + b*x))/(2*b^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) + (15*e^4*(b*d - a*e)^2*(a + b*x)*Log[a
 + b*x])/(b^7*Sqrt[a^2 + 2*a*b*x + b^2*x^2])

Rule 646

Int[((d_.) + (e_.)*(x_))^(m_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[(a + b*x + c*x^2)^Fra
cPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(b/2 + c*x)^(2*p), x], x] /; FreeQ[{a, b,
 c, d, e, m, p}, x] && EqQ[b^2 - 4*a*c, 0] &&  !IntegerQ[p] && NeQ[2*c*d - b*e, 0]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin{align*} \int \frac{(d+e x)^6}{\left (a^2+2 a b x+b^2 x^2\right )^{5/2}} \, dx &=\frac{\left (b^4 \left (a b+b^2 x\right )\right ) \int \frac{(d+e x)^6}{\left (a b+b^2 x\right )^5} \, dx}{\sqrt{a^2+2 a b x+b^2 x^2}}\\ &=\frac{\left (b^4 \left (a b+b^2 x\right )\right ) \int \left (\frac{e^5 (6 b d-5 a e)}{b^{11}}+\frac{e^6 x}{b^{10}}+\frac{(b d-a e)^6}{b^{11} (a+b x)^5}+\frac{6 e (b d-a e)^5}{b^{11} (a+b x)^4}+\frac{15 e^2 (b d-a e)^4}{b^{11} (a+b x)^3}+\frac{20 e^3 (b d-a e)^3}{b^{11} (a+b x)^2}+\frac{15 e^4 (b d-a e)^2}{b^{11} (a+b x)}\right ) \, dx}{\sqrt{a^2+2 a b x+b^2 x^2}}\\ &=-\frac{20 e^3 (b d-a e)^3}{b^7 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{(b d-a e)^6}{4 b^7 (a+b x)^3 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{2 e (b d-a e)^5}{b^7 (a+b x)^2 \sqrt{a^2+2 a b x+b^2 x^2}}-\frac{15 e^2 (b d-a e)^4}{2 b^7 (a+b x) \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{e^5 (6 b d-5 a e) x (a+b x)}{b^6 \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{e^6 x^2 (a+b x)}{2 b^5 \sqrt{a^2+2 a b x+b^2 x^2}}+\frac{15 e^4 (b d-a e)^2 (a+b x) \log (a+b x)}{b^7 \sqrt{a^2+2 a b x+b^2 x^2}}\\ \end{align*}

Mathematica [A]  time = 0.147565, size = 313, normalized size = 1.04 \[ \frac{-a^2 b^4 e^2 \left (-540 d^2 e^2 x^2+80 d^3 e x+5 d^4+96 d e^3 x^3+68 e^4 x^4\right )-4 a^3 b^3 e^3 \left (-110 d^2 e x+5 d^3+126 d e^2 x^2+8 e^3 x^3\right )+a^4 b^2 e^4 \left (125 d^2-496 d e x+132 e^2 x^2\right )+14 a^5 b e^5 (12 e x-11 d)+57 a^6 e^6-2 a b^5 e \left (60 d^3 e^2 x^2-120 d^2 e^3 x^3+10 d^4 e x+d^5-48 d e^4 x^4+6 e^5 x^5\right )+60 e^4 (a+b x)^4 (b d-a e)^2 \log (a+b x)+b^6 \left (-\left (30 d^4 e^2 x^2+80 d^3 e^3 x^3+8 d^5 e x+d^6-24 d e^5 x^5-2 e^6 x^6\right )\right )}{4 b^7 (a+b x)^3 \sqrt{(a+b x)^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)^6/(a^2 + 2*a*b*x + b^2*x^2)^(5/2),x]

[Out]

(57*a^6*e^6 + 14*a^5*b*e^5*(-11*d + 12*e*x) + a^4*b^2*e^4*(125*d^2 - 496*d*e*x + 132*e^2*x^2) - 4*a^3*b^3*e^3*
(5*d^3 - 110*d^2*e*x + 126*d*e^2*x^2 + 8*e^3*x^3) - a^2*b^4*e^2*(5*d^4 + 80*d^3*e*x - 540*d^2*e^2*x^2 + 96*d*e
^3*x^3 + 68*e^4*x^4) - 2*a*b^5*e*(d^5 + 10*d^4*e*x + 60*d^3*e^2*x^2 - 120*d^2*e^3*x^3 - 48*d*e^4*x^4 + 6*e^5*x
^5) - b^6*(d^6 + 8*d^5*e*x + 30*d^4*e^2*x^2 + 80*d^3*e^3*x^3 - 24*d*e^5*x^5 - 2*e^6*x^6) + 60*e^4*(b*d - a*e)^
2*(a + b*x)^4*Log[a + b*x])/(4*b^7*(a + b*x)^3*Sqrt[(a + b*x)^2])

________________________________________________________________________________________

Maple [B]  time = 0.205, size = 661, normalized size = 2.2 \begin{align*}{\frac{ \left ( -154\,{a}^{5}bd{e}^{5}+57\,{a}^{6}{e}^{6}-30\,{x}^{2}{b}^{6}{d}^{4}{e}^{2}+168\,x{a}^{5}b{e}^{6}-8\,x{b}^{6}{d}^{5}e-32\,{x}^{3}{a}^{3}{b}^{3}{e}^{6}-80\,{x}^{3}{b}^{6}{d}^{3}{e}^{3}+132\,{x}^{2}{a}^{4}{b}^{2}{e}^{6}-12\,{x}^{5}a{b}^{5}{e}^{6}+24\,{x}^{5}{b}^{6}d{e}^{5}-68\,{x}^{4}{a}^{2}{b}^{4}{e}^{6}-120\,\ln \left ( bx+a \right ){x}^{4}a{b}^{5}d{e}^{5}-2\,a{b}^{5}{d}^{5}e+540\,{x}^{2}{a}^{2}{b}^{4}{d}^{2}{e}^{4}-120\,{x}^{2}a{b}^{5}{d}^{3}{e}^{3}+440\,x{a}^{3}{b}^{3}{d}^{2}{e}^{4}-80\,x{a}^{2}{b}^{4}{d}^{3}{e}^{3}-20\,xa{b}^{5}{d}^{4}{e}^{2}+240\,{x}^{3}a{b}^{5}{d}^{2}{e}^{4}+60\,\ln \left ( bx+a \right ){x}^{4}{a}^{2}{b}^{4}{e}^{6}+60\,\ln \left ( bx+a \right ){x}^{4}{b}^{6}{d}^{2}{e}^{4}+240\,\ln \left ( bx+a \right ){x}^{3}{a}^{3}{b}^{3}{e}^{6}+360\,\ln \left ( bx+a \right ){x}^{2}{a}^{4}{b}^{2}{e}^{6}-{d}^{6}{b}^{6}+2\,{x}^{6}{b}^{6}{e}^{6}+240\,\ln \left ( bx+a \right ) x{a}^{5}b{e}^{6}-120\,\ln \left ( bx+a \right ){a}^{5}bd{e}^{5}+60\,\ln \left ( bx+a \right ){a}^{4}{b}^{2}{d}^{2}{e}^{4}-96\,{x}^{3}{a}^{2}{b}^{4}d{e}^{5}-504\,{x}^{2}{a}^{3}{b}^{3}d{e}^{5}-496\,x{a}^{4}{b}^{2}d{e}^{5}+96\,{x}^{4}a{b}^{5}d{e}^{5}+60\,\ln \left ( bx+a \right ){a}^{6}{e}^{6}-5\,{a}^{2}{b}^{4}{d}^{4}{e}^{2}+125\,{d}^{2}{e}^{4}{a}^{4}{b}^{2}-20\,{b}^{3}{a}^{3}{d}^{3}{e}^{3}-480\,\ln \left ( bx+a \right ) x{a}^{4}{b}^{2}d{e}^{5}+240\,\ln \left ( bx+a \right ) x{a}^{3}{b}^{3}{d}^{2}{e}^{4}-480\,\ln \left ( bx+a \right ){x}^{3}{a}^{2}{b}^{4}d{e}^{5}+240\,\ln \left ( bx+a \right ){x}^{3}a{b}^{5}{d}^{2}{e}^{4}-720\,\ln \left ( bx+a \right ){x}^{2}{a}^{3}{b}^{3}d{e}^{5}+360\,\ln \left ( bx+a \right ){x}^{2}{a}^{2}{b}^{4}{d}^{2}{e}^{4} \right ) \left ( bx+a \right ) }{4\,{b}^{7}} \left ( \left ( bx+a \right ) ^{2} \right ) ^{-{\frac{5}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^6/(b^2*x^2+2*a*b*x+a^2)^(5/2),x)

[Out]

1/4*(-154*a^5*b*d*e^5+57*a^6*e^6-30*x^2*b^6*d^4*e^2+168*x*a^5*b*e^6-8*x*b^6*d^5*e-32*x^3*a^3*b^3*e^6-80*x^3*b^
6*d^3*e^3+132*x^2*a^4*b^2*e^6-12*x^5*a*b^5*e^6+24*x^5*b^6*d*e^5-68*x^4*a^2*b^4*e^6-120*ln(b*x+a)*x^4*a*b^5*d*e
^5-2*a*b^5*d^5*e+540*x^2*a^2*b^4*d^2*e^4-120*x^2*a*b^5*d^3*e^3+440*x*a^3*b^3*d^2*e^4-80*x*a^2*b^4*d^3*e^3-20*x
*a*b^5*d^4*e^2+240*x^3*a*b^5*d^2*e^4+60*ln(b*x+a)*x^4*a^2*b^4*e^6+60*ln(b*x+a)*x^4*b^6*d^2*e^4+240*ln(b*x+a)*x
^3*a^3*b^3*e^6+360*ln(b*x+a)*x^2*a^4*b^2*e^6-d^6*b^6+2*x^6*b^6*e^6+240*ln(b*x+a)*x*a^5*b*e^6-120*ln(b*x+a)*a^5
*b*d*e^5+60*ln(b*x+a)*a^4*b^2*d^2*e^4-96*x^3*a^2*b^4*d*e^5-504*x^2*a^3*b^3*d*e^5-496*x*a^4*b^2*d*e^5+96*x^4*a*
b^5*d*e^5+60*ln(b*x+a)*a^6*e^6-5*a^2*b^4*d^4*e^2+125*d^2*e^4*a^4*b^2-20*b^3*a^3*d^3*e^3-480*ln(b*x+a)*x*a^4*b^
2*d*e^5+240*ln(b*x+a)*x*a^3*b^3*d^2*e^4-480*ln(b*x+a)*x^3*a^2*b^4*d*e^5+240*ln(b*x+a)*x^3*a*b^5*d^2*e^4-720*ln
(b*x+a)*x^2*a^3*b^3*d*e^5+360*ln(b*x+a)*x^2*a^2*b^4*d^2*e^4)*(b*x+a)/b^7/((b*x+a)^2)^(5/2)

________________________________________________________________________________________

Maxima [B]  time = 1.40594, size = 844, normalized size = 2.79 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^6/(b^2*x^2+2*a*b*x+a^2)^(5/2),x, algorithm="maxima")

[Out]

1/4*e^6*((2*b^6*x^6 - 12*a*b^5*x^5 - 68*a^2*b^4*x^4 - 32*a^3*b^3*x^3 + 132*a^4*b^2*x^2 + 168*a^5*b*x + 57*a^6)
/(b^11*x^4 + 4*a*b^10*x^3 + 6*a^2*b^9*x^2 + 4*a^3*b^8*x + a^4*b^7) + 60*a^2*log(b*x + a)/b^7) + 1/2*d*e^5*((12
*b^5*x^5 + 48*a*b^4*x^4 - 48*a^2*b^3*x^3 - 252*a^3*b^2*x^2 - 248*a^4*b*x - 77*a^5)/(b^10*x^4 + 4*a*b^9*x^3 + 6
*a^2*b^8*x^2 + 4*a^3*b^7*x + a^4*b^6) - 60*a*log(b*x + a)/b^6) + 5/4*d^2*e^4*((48*a*b^3*x^3 + 108*a^2*b^2*x^2
+ 88*a^3*b*x + 25*a^4)/(b^9*x^4 + 4*a*b^8*x^3 + 6*a^2*b^7*x^2 + 4*a^3*b^6*x + a^4*b^5) + 12*log(b*x + a)/b^5)
- 5/3*d^3*e^3*(12*x^2/((b^2*x^2 + 2*a*b*x + a^2)^(3/2)*b^2) + 8*a^2/((b^2*x^2 + 2*a*b*x + a^2)^(3/2)*b^4) + 3*
a^3*b/((b^2)^(9/2)*(x + a/b)^4) - 8*a^2/((b^2)^(7/2)*(x + a/b)^3) + 6*a/((b^2)^(5/2)*b*(x + a/b)^2) - 6*a^3/((
b^2)^(5/2)*b^3*(x + a/b)^4)) - 1/2*d^5*e*(4/((b^2*x^2 + 2*a*b*x + a^2)^(3/2)*b^2) - 3*a/((b^2)^(5/2)*b*(x + a/
b)^4)) - 5/4*d^4*e^2*(3*a^2*b^2/((b^2)^(9/2)*(x + a/b)^4) - 8*a*b/((b^2)^(7/2)*(x + a/b)^3) + 6/((b^2)^(5/2)*(
x + a/b)^2)) - 1/4*d^6/((b^2)^(5/2)*(x + a/b)^4)

________________________________________________________________________________________

Fricas [B]  time = 1.65025, size = 1158, normalized size = 3.83 \begin{align*} \frac{2 \, b^{6} e^{6} x^{6} - b^{6} d^{6} - 2 \, a b^{5} d^{5} e - 5 \, a^{2} b^{4} d^{4} e^{2} - 20 \, a^{3} b^{3} d^{3} e^{3} + 125 \, a^{4} b^{2} d^{2} e^{4} - 154 \, a^{5} b d e^{5} + 57 \, a^{6} e^{6} + 12 \,{\left (2 \, b^{6} d e^{5} - a b^{5} e^{6}\right )} x^{5} + 4 \,{\left (24 \, a b^{5} d e^{5} - 17 \, a^{2} b^{4} e^{6}\right )} x^{4} - 16 \,{\left (5 \, b^{6} d^{3} e^{3} - 15 \, a b^{5} d^{2} e^{4} + 6 \, a^{2} b^{4} d e^{5} + 2 \, a^{3} b^{3} e^{6}\right )} x^{3} - 6 \,{\left (5 \, b^{6} d^{4} e^{2} + 20 \, a b^{5} d^{3} e^{3} - 90 \, a^{2} b^{4} d^{2} e^{4} + 84 \, a^{3} b^{3} d e^{5} - 22 \, a^{4} b^{2} e^{6}\right )} x^{2} - 4 \,{\left (2 \, b^{6} d^{5} e + 5 \, a b^{5} d^{4} e^{2} + 20 \, a^{2} b^{4} d^{3} e^{3} - 110 \, a^{3} b^{3} d^{2} e^{4} + 124 \, a^{4} b^{2} d e^{5} - 42 \, a^{5} b e^{6}\right )} x + 60 \,{\left (a^{4} b^{2} d^{2} e^{4} - 2 \, a^{5} b d e^{5} + a^{6} e^{6} +{\left (b^{6} d^{2} e^{4} - 2 \, a b^{5} d e^{5} + a^{2} b^{4} e^{6}\right )} x^{4} + 4 \,{\left (a b^{5} d^{2} e^{4} - 2 \, a^{2} b^{4} d e^{5} + a^{3} b^{3} e^{6}\right )} x^{3} + 6 \,{\left (a^{2} b^{4} d^{2} e^{4} - 2 \, a^{3} b^{3} d e^{5} + a^{4} b^{2} e^{6}\right )} x^{2} + 4 \,{\left (a^{3} b^{3} d^{2} e^{4} - 2 \, a^{4} b^{2} d e^{5} + a^{5} b e^{6}\right )} x\right )} \log \left (b x + a\right )}{4 \,{\left (b^{11} x^{4} + 4 \, a b^{10} x^{3} + 6 \, a^{2} b^{9} x^{2} + 4 \, a^{3} b^{8} x + a^{4} b^{7}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^6/(b^2*x^2+2*a*b*x+a^2)^(5/2),x, algorithm="fricas")

[Out]

1/4*(2*b^6*e^6*x^6 - b^6*d^6 - 2*a*b^5*d^5*e - 5*a^2*b^4*d^4*e^2 - 20*a^3*b^3*d^3*e^3 + 125*a^4*b^2*d^2*e^4 -
154*a^5*b*d*e^5 + 57*a^6*e^6 + 12*(2*b^6*d*e^5 - a*b^5*e^6)*x^5 + 4*(24*a*b^5*d*e^5 - 17*a^2*b^4*e^6)*x^4 - 16
*(5*b^6*d^3*e^3 - 15*a*b^5*d^2*e^4 + 6*a^2*b^4*d*e^5 + 2*a^3*b^3*e^6)*x^3 - 6*(5*b^6*d^4*e^2 + 20*a*b^5*d^3*e^
3 - 90*a^2*b^4*d^2*e^4 + 84*a^3*b^3*d*e^5 - 22*a^4*b^2*e^6)*x^2 - 4*(2*b^6*d^5*e + 5*a*b^5*d^4*e^2 + 20*a^2*b^
4*d^3*e^3 - 110*a^3*b^3*d^2*e^4 + 124*a^4*b^2*d*e^5 - 42*a^5*b*e^6)*x + 60*(a^4*b^2*d^2*e^4 - 2*a^5*b*d*e^5 +
a^6*e^6 + (b^6*d^2*e^4 - 2*a*b^5*d*e^5 + a^2*b^4*e^6)*x^4 + 4*(a*b^5*d^2*e^4 - 2*a^2*b^4*d*e^5 + a^3*b^3*e^6)*
x^3 + 6*(a^2*b^4*d^2*e^4 - 2*a^3*b^3*d*e^5 + a^4*b^2*e^6)*x^2 + 4*(a^3*b^3*d^2*e^4 - 2*a^4*b^2*d*e^5 + a^5*b*e
^6)*x)*log(b*x + a))/(b^11*x^4 + 4*a*b^10*x^3 + 6*a^2*b^9*x^2 + 4*a^3*b^8*x + a^4*b^7)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (d + e x\right )^{6}}{\left (\left (a + b x\right )^{2}\right )^{\frac{5}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**6/(b**2*x**2+2*a*b*x+a**2)**(5/2),x)

[Out]

Integral((d + e*x)**6/((a + b*x)**2)**(5/2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \mathit{sage}_{0} x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^6/(b^2*x^2+2*a*b*x+a^2)^(5/2),x, algorithm="giac")

[Out]

sage0*x